go.opentelemetry.io/otel/attribute.Set.data (field)
10 uses
go.opentelemetry.io/otel/attribute (current package)
set.go#L32: data any
set.go#L73: data: [0]KeyValue{},
set.go#L78: data: [0]KeyValue{},
set.go#L98: return reflect.ValueOf(l.data)
set.go#L192: return l.data == o.data
set.go#L362: data: computeDataFixed(kvs),
set.go#L364: if s.data == nil {
set.go#L365: s.data = computeDataReflect(kvs)
set.go#L411: return json.Marshal(l.data)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |